Stop docs build from complaining
* gtk_widget_compute_bounds:
* @widget: the #GtkWidget to query
* @target: the #GtkWidget
- * @bounds: (out caller-allocates): the rectangle taking the bounds
+ * @out_bounds: (out caller-allocates): the rectangle taking the bounds
*
* Computes the bounds for @widget in the coordinate space of @target.
* FIXME: Explain what "bounds" are.
GtkAllocation *allocation);
GDK_AVAILABLE_IN_ALL
gboolean gtk_widget_compute_bounds (GtkWidget *widget,
- GtkWidget *other,
+ GtkWidget *target,
graphene_rect_t *out_bounds);
GDK_AVAILABLE_IN_ALL